Skip to main content

Manage your finances

Billing information is refreshed every day at 12 PM CET. Thanks to the billing commands set, you can check your current bill and get previous invoices.

Billing status​

CGC charges you for time and resource consumption. At the end of a billing month, you will receive an invoice onto your email. Also, you can check your billing status manually by using:

$ cgc billing status

example:

$ cgc billing --help
Usage: cgc billing [OPTIONS] COMMAND [ARGS]...

Access and manage billing information.

Options:
--help Show this message and exit.

Commands:
invoice Opens invoice from given year and month
status Shows billing status for user namespace
stop_events List stop events information

Stop events​

Stop events provide information about when your compute resources and volumes have been stopped. This information can be useful for tracking resource usage and understanding your billing.

You can list stop events by using:

$ cgc billing stop_events

Example usage:

# View help and available commands
$ cgc billing stop_events --help

# View resource stop events from 01-12-2024 to 17-12-2024
$ cgc billing stop_events resource -f 01-12-2024 -t 17-12-2024

# View volume stop events from 01-12-2024 to 17-12-2024
$ cgc billing stop_events volume -f 01-12-2024 -t 17-12-2024